How to write a real time data acquisition program [closed]

Posted by Tosin Awe on Programmers See other posts from Programmers or by Tosin Awe
Published on 2012-10-30T00:07:21Z Indexed on 2012/10/30 5:21 UTC
Read the original article Hit count: 161

I have to write a program in assembly language that will monitor temperature continuously, and I have no idea where to begin. The temperature must be displayed in BCD format, and the high and low set points will be programmed into the system. if the set points are exceeded then an alarm will be indicated. The low point is 20 degrees Celsius, and the high point is 24 degrees Celsius.

Can somebody give me some hints on how to complete this task?

© Programmers or respective owner

Related posts about programming-languages

Related posts about assembly